-
Notifications
You must be signed in to change notification settings - Fork 732
Migrate backends/vulkan to the new namespace #5876
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Summary: Move the vulkan backend out of the `torch::` namespace, and update to avoid using the `torch::` or `exec_aten::` namespaces. Differential Revision: D63903939
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5876
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 9ece0ce with merge base c2969f1 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D63903939 |
|
This pull request has been merged in b9e9479. |
|
@pytorchbot cherry-pick --onto release/0.4 -c fixnewfeature |
Summary: Pull Request resolved: #5876 Move the vulkan backend out of the `torch::` namespace, and update to avoid using the `torch::` or `exec_aten::` namespaces. Reviewed By: jorgep31415 Differential Revision: D63903939 fbshipit-source-id: 42ff0ba2b560eb3e2bee02c014e39f44d7b0ec94 (cherry picked from commit b9e9479)
Cherry picking #5876The cherry pick PR is at #5897 and it is recommended to link a fixnewfeature cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Migrate backends/vulkan to the new namespace (#5876) Summary: Pull Request resolved: #5876 Move the vulkan backend out of the `torch::` namespace, and update to avoid using the `torch::` or `exec_aten::` namespaces. Reviewed By: jorgep31415 Differential Revision: D63903939 fbshipit-source-id: 42ff0ba2b560eb3e2bee02c014e39f44d7b0ec94 (cherry picked from commit b9e9479) Co-authored-by: Dave Bort <[email protected]>
Summary: Move the vulkan backend out of the
torch::namespace, and update to avoid using thetorch::orexec_aten::namespaces.Differential Revision: D63903939